home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
v
/
varkcliutils11.dms
/
varkcliutils11.adf
/
VARK
/
reboot.doc
< prev
next >
Wrap
Text File
|
1996-02-10
|
779b
|
31 lines
C/Reboot C/Reboot
NAME
Reboot -- reboot your computer. (V42)
SYNOPSIS
Reboot [CLEAR]
TEMPLATE
Reboot "NORES=CLEAR/S"
FUNCTION
Reboots your Amiga by calling exec.library/ColdReboot(). If CLEAR
parameter is given, will clear system vectors befor rebooting. This
is useful if you want to get rid of some reset-resident programs,
like RAD: drive.
INPUTS
CLEAR - switch to clear system vectors before rebooting.
EXAMPLE
Reboot
; Reboots your Amiga, doesn't touch resident programs.
Reboot CLEAR
; Removes resident programs then reboots your Amiga.
NOTES
Reboot is pure and can be made resident.